home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / HyperTalk / AppleTalk Toolkit v.2.5 / MISC / XCMDUtils.h < prev   
Encoding:
C/C++ Source or Header  |  1988-01-14  |  1.7 KB  |  51 lines  |  [TEXT/MPS ]

  1. /*******************************************************************\
  2. *    file:         XCMDUtils.h                                            *
  3. *    version:    1.06ß                                                 *
  4. *                                                                     *
  5. * Header file for XCMDutils.c (quod vide)                            *
  6. * -----------------------------------------------------------------    *
  7. * By:    Greg Kimberly, Donald Koscheka                                *
  8. * Date:    21-Sept-87                                                    *
  9. * ©    Copyright 1987, 1988 Apple Computer, Inc.                        *
  10. * All Rights Reserved                                                *
  11. *                                                                    *
  12. * -----------------------------------------------------------------    *
  13. *                        Modification History                        *
  14. * -----------------------------------------------------------------    *
  15. *  Date           | By    |                     Description                    *
  16. * -----------------------------------------------------------------    *
  17. * 21-Sep-87    | GK    | file created                                    *
  18. * 13-Jan-88    | DK    | added resource id's for atp, nbp and adsp     *
  19. *            |        | control blocks.                                *
  20. * -----------------------------------------------------------------    *
  21. \*******************************************************************/
  22.  
  23.  
  24. #define     GLOBALATPDATA             7394
  25. #define        GLOBALNBPDATA            28400
  26. #define        GLOBALDSPDATA            29337
  27. #define        GLOBALSKTDATA            21644
  28.  
  29. #define        EntityNameStr            -16096        /*** node name from the chooser ***/
  30. #define        EntityTypeStr            18526
  31. #define        EntityZoneStr            16897
  32. #define        myEntityNameStr            13913
  33. #define     true                     1
  34. #define     false                     0
  35. #define        DEFAULT_ERROR            23220
  36. #define        NO_ERROR                22476
  37. #define        MEM_ERROR                31830
  38.  
  39. #include     <Errors.h>
  40.  
  41. pascal    void    Debugger()    extern 0xA9FF;   
  42. void             pStrCopy();
  43. void             SaveHandle();
  44. long             RetrieveHandle();
  45. short             slength();
  46. short             strcopy();
  47. short             sappend();
  48. Handle             ErrorReturn();
  49. StringPtr        *glob();
  50. short            strCMP();
  51. char            **PacketToString();